os.file.pfd (field)
26 uses
os (current package)
dir_unix.go#L70: d.nbuf, errno = f.pfd.ReadDirent(*d.buf)
file_posix.go#L31: n, err = f.pfd.Read(b)
file_posix.go#L40: n, err = f.pfd.Pread(b, off)
file_posix.go#L48: n, err = f.pfd.Write(b)
file_posix.go#L56: n, err = f.pfd.Pwrite(b, off)
file_posix.go#L94: if e := f.pfd.Fchmod(syscallMode(mode)); e != nil {
file_posix.go#L142: if e := f.pfd.Fchown(uid, gid); e != nil {
file_posix.go#L155: if e := f.pfd.Ftruncate(size); e != nil {
file_posix.go#L168: if e := f.pfd.Fsync(); e != nil {
file_posix.go#L197: if e := f.pfd.Fchdir(); e != nil {
file_posix.go#L208: return f.pfd.SetDeadline(t)
file_posix.go#L216: return f.pfd.SetReadDeadline(t)
file_posix.go#L224: return f.pfd.SetWriteDeadline(t)
file_unix.go#L55: pfd poll.FD
file_unix.go#L86: f.pfd.SetBlocking()
file_unix.go#L89: return uintptr(f.pfd.Sysfd)
file_unix.go#L128: pfd: poll.FD{
file_unix.go#L171: if err := f.pfd.Init("file", pollable); err != nil {
file_unix.go#L252: if e := file.pfd.Close(); e != nil {
file_unix.go#L275: ret, err = f.pfd.Seek(offset, whence)
rawconn.go#L22: err := c.file.pfd.RawControl(f)
rawconn.go#L31: err := c.file.pfd.RawRead(f)
rawconn.go#L40: err := c.file.pfd.RawWrite(f)
readfrom_linux.go#L41: written, handled, err = pollCopyFileRange(&f.pfd, &src.pfd, remain)
stat_unix.go#L20: err := f.pfd.Fstat(&fs.sys)